The Source Control Integration API > The source control integration API optional functions > SCS_GetMaxNoteLength() |
![]() ![]() ![]() |
Description
Returns the length of the largest Design Note for the specified file or folder. If unsupported by the source control system, Dreamweaver gets this information from the companion Design Note (.mno) file.
Arguments
connectionData
, remotePath
![]() |
connectionData is a pointer to the agent's data that was passed into Dreamweaver during the Connect() call. |
![]() |
remotePath is the fully qualified remote file or folder path that the DLL checks for the maximum Design Note length. |
Returns
An integer representing the size of the longest Design Note associated with this file. If the function returns < 0
, Dreamweaver considers it an error and tries to retrieve the error message from the DLL, if supported.
![]() ![]() ![]() |